

<!--this is the stylesheet
-->


p.content {
	    font-family:"Verdana";
	    color:"green";
	    background-image:url('..\images\white_sand.jpg');
	    background-repeat:"repeat-y";
	    text-transform:"capitalize";
	    text-align:"justify";
	  }
	  
	
a.nav:visited {
		color:"teal";
     	      }
	 
	 
a.nav:link {
	     color:"teal";
     	   }
     	 
     	 
img.floated {
	      float:"right";
	    }

